home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / c-tools / tds / examples / pcq / example.p < prev    next >
Encoding:
Text File  |  1995-11-01  |  70 b   |  7 lines

  1. { example.p }
  2. program example;
  3.  
  4. begin
  5.   writeln('Hello World !')
  6. end.
  7.